Fix a typo in ChangeLog entry of last commit.
authorEli Zaretskii <eliz@gnu.org>
Mon, 28 Apr 2014 19:15:58 +0000 (22:15 +0300)
committerEli Zaretskii <eliz@gnu.org>
Mon, 28 Apr 2014 19:15:58 +0000 (22:15 +0300)
lisp/ChangeLog

index 8120bbb823de92c70cae5eedbd48f57547f0fdc4..5059c6a150b97719e284c61b1bd0b4a82da3e794 100644 (file)
@@ -1,7 +1,7 @@
 2014-04-27  Matthias Dahl  <matthias.dahl@binary-island.eu>
 
        * faces.el (face-spec-recalc): Apply X resources only after the
-       the defface spec has been applied. Thus, X resources are no longer
+       defface spec has been applied. Thus, X resources are no longer
        overriden by the defface spec which also fixes issues on win32 where
        the toolbar coloring was wrong because it is set through X resources
        and was (wrongfully) overriden.  (Bug#16694)